type github.com/gotd/td/internal/mtproxy/obfuscator.tls
6 uses
github.com/gotd/td/internal/mtproxy/obfuscator (current package)
obfuscator.go#L20: type tls struct {
obfuscator.go#L25: func newTLS(rand io.Reader, conn io.ReadWriter) tls {
obfuscator.go#L28: return tls{
obfuscator.go#L34: func (t tls) Write(p []byte) (int, error) {
obfuscator.go#L38: func (t tls) Read(p []byte) (int, error) {
obfuscator.go#L42: func (t tls) Handshake(protocol [4]byte, dc int, s mtproxy.Secret) error {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |